* lisp/helpers.el: New library for misc helper functions.
authorBozhidar Batsov <bozhidar@batsov.com>
Mon, 4 Nov 2013 13:10:49 +0000 (15:10 +0200)
committerBozhidar Batsov <bozhidar@batsov.com>
Mon, 4 Nov 2013 13:10:49 +0000 (15:10 +0200)
(hash-table-keys): New function returning a list of hash keys.
(hash-table-values): New function returning a list of hash values.

lisp/ChangeLog

index 93367d2502cc3f59bd2eb0e89db5852b2a529716..ea02fcd7469ec5498cfe2b3ed8245ec3efd6bc94 100644 (file)
@@ -1,3 +1,9 @@
+2013-11-04  Bozhidar Batsov  <bozhidar@batsov.com>
+
+       * helpers.el: New library for misc helper functions.
+       (hash-table-keys): New function returning a list of hash keys.
+       (hash-table-values): New function returning a list of hash values.
+
 2013-11-04  Dmitry Gutov  <dgutov@yandex.ru>
 
        * progmodes/ruby-mode.el (ruby-smie--forward-token)